home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1997 February
/
Computer Life February 1997.iso
/
TELME
/
COMMS
/
LANTCPIP.SRP
< prev
next >
Wrap
Text File
|
1996-06-04
|
1KB
|
63 lines
rem Copyright(c) PhoneLink plc
rem TCP/IP (10/8/95)
label InitDevice
echo off
label OffToGate
echo off
echo script[51]
EstablishIPCall "{SiteTel}"
echo script[53]
send "char(13)"
timeout 30,connect_fail
find "PAD>"
send "c {NUA}char(13)"
timeout 3,nua_bad1
finderr 0,COM,nua_good
find "ZZZ"
label nua_bad1
echo script[58]
send "c {NUA}char(13)"
timeout 3,nua_bad2
finderr 0,COM,nua_good
find "ZZZ"
label nua_bad2
echo script[58]
send "c {NUA}char(13)"
timeout 3,nua_fail
find "COM"
label nua_good
echo script[54].
end
label GateToOff
echo off
echo script[92]
send "char(16)CLRchar(13)"
timeout 5,clear_fail
find "CONF"
BreakIPCall
echo script[90].
end
label TCPIP_offline
send "char(16)CLRchar(13)"
timeout 5,hang_up
find "CONF"
label hang_up
BreakIPCall
echo script[90].
abort
label connect_fail
echo script[1]
goto hang_up
label nua_fail
echo script[22]
goto TCPIP_offline
label clear_fail
echo script[13]
goto TCPIP_offline